home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Scene Storm
/
Scene Storm - Volume 1.iso
/
coding
/
c
/
pdc
/
lib
/
src
/
newlist.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1990-04-06
|
142 b
|
11 lines
INCLUDE "exec/types.i"
INCLUDE "exec/lists.i"
SECTION NewList,CODE
_NewList:
move.l 4(sp),a0
NEWLIST a0
rts
XDEF _NewList
END